| Name | Description | 
  
    | ArrayDimensions | Contains the array dimensions count. | 
  
    | ArrayHighBound | Used to get or set the upper boundary of the defined dimension subscript. | 
  
    | ArrayID | Contains the array ID. | 
  
    | ArrayLowBound | Used to get or set the lower boundary of the defined dimension subscript. | 
  
    | ArraySize | Used to determine the size of the whole array data in bytes. | 
  
    | AsString | Used to return array as string. | 
  
    | Cached | Indicates whether to cache array data on the client side. | 
  
    | CachedDimensions | Contains cached array dimensions count. | 
  
    | CachedHighBound | Used to get the upper boundary of defined dimension subscript of cached array elements. | 
  
    | CachedLowBound | Used to get the lower boundary of the defined dimension subscript of cached array elements. | 
  
    | CachedSize | Used to get the cached array data size in bytes. | 
  
    | ColumnName | Used to get or set the name of the table column that has array type. | 
  
    | DbHandle | Contains the handle of a database where the array is stored. | 
  
    | IsNull | Used to define whether the array field in the database is null. | 
  
    | Items | Used to get or set array items. | 
  
    | ItemScale | Used to get or set the scale for array items for the NUMERIC and DECIMAL datatypes. | 
  
    | ItemSize | Contains the size of an array item. | 
  
    | Modified | Used to indicate if the modifications done in cache were saved to the database. | 
  
    | RefCount (inherited from TSharedObject) | Used to return the count of reference to a TSharedObject object. | 
  
    | TableName | Used to set the name of the table containing an array field. | 
  
    | TrHandle | Contains the handle of the transaction in which the array is read or written. |